object splash: Tsplash Left = 155 Top = 140 Cursor = crHourGlass BorderIcons = [] BorderStyle = bsNone Caption = 'splash' ClientHeight = 88 ClientWidth = 340 Color = 8421440 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClick = FormClick OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 0 Top = 72 Width = 167 Height = 15 Cursor = crHourGlass Caption = 'Copyright � 1998 Lukasz Bizon' Font.Color = clBlack Font.Height = -13 Font.Name = 'Times New Roman' Font.Style = [] ParentFont = False OnClick = Label1Click end object Label2: TLabel Left = 0 Top = 48 Width = 331 Height = 16 Cursor = crHourGlass Caption = 'Version 1.1 Release: February 16,1998' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False OnClick = Label2Click end object Label3: TLabel Left = 0 Top = 0 Width = 208 Height = 43 Caption = 'FTP Connect' Font.Color = clRed Font.Height = -37 Font.Name = 'Times New Roman' Font.Style = [fsBold, fsItalic] ParentFont = False end object Timer1: TTimer Interval = 2000 OnTimer = Timer1Timer Left = 272 end end